home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 29 / develop issue 29 code / sending postscript files / sendps sample / worksheet < prev   
Encoding:
Text File  |  1996-11-19  |  304 b   |  7 lines

  1. sc -i {CIncludes} sendps.c
  2. sc -i {CIncludes} currentprinter.c
  3. link -o sendPS -t 'MPST' -c 'MPS ' sendps.c.o {Libraries}ToolLibs.o PAPWorkstation.o {CLibraries}StdClib.o ∂
  4.     {Libraries}Interface.o {Libraries}MacRuntime.o {Libraries}IntEnv.o currentprinter.c.o
  5. # and now test it
  6. sendps test.ps ≥{WorkSheet}
  7.